program termination meaning in English
程序的终止
程序终止
Examples
- Error reports on program terminations support debugging
程序终止的错误报告支持调试。 - Abnormal program termination
非正常程序中断 - Consider placing the code where the event is raised in a try - catch block to prevent program termination due to unhandled exceptions thrown from the event handlers
考虑将引发事件的代码放置在try - catch块中,以防止由事件处理程序引发的未处理异常所导致的程序终止。 - If there is an abnormal program termination such as a device reset , the transactions that have committed but whose changes have not been written to the database will be discarded
如果发生了异常的程序终止(例如设备重置) ,则虽已提交但其更改尚未写入数据库的那些事务将被丢弃。 - At program termination , all data written into files shall be identical to one of the possible results that execution of the program according to the abstract semantics would have produced
当程序终止时,写入文件的所有数据,应该与抽象语义以此程序执行所能造成的所有可能结果之一吻合。